home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / dpmigcc5.zip / RSX / SOURCE / DEB / ANSI.H next >
Text File  |  1994-12-12  |  229b  |  12 lines

  1. #define A_black     (0|8)
  2. #define A_red        (1|8)
  3. #define A_green     (2|8)
  4. #define A_yellow    (3|8)
  5. #define A_blue        (4|8)
  6. #define A_purple    (5|8)
  7. #define A_cyan        (6|8)
  8. #define A_white     (7|8)
  9. #define A_bold        8
  10.  
  11. void ansi(int fg);
  12.